Render Chunks
{ renderChunks }
The renderChunk() function is the main function of the custom visual rendering. This function will be called once for each chunk. Usually the visual should be drawn in that function.
Method
this.renderChunk = function (element, chunkData, api) {};
Returns
void
Inputs
element
the DOM container
chunkData
the current chunk data to render
api
custom visual API instance